(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <clib/intuition_protos.h>
void SetPointer()
SYNOPSIS
struct Window * window
UWORD * pointer
LONG height
LONG width
LONG xOffset
LONG yOffset

LOCATION
In IntuitionBase at offset 45
FUNCTION
Changes the shape of the mouse pointer for a given window.

INPUTS
window
Change it for this window
pointer
The shape of the new pointer as a bitmap with depth 2.
height
Height of the pointer
width
Width of the pointer (must be <= 16)
xOffset, yOffset
The offset of the "hot spot" relative to the left, top edge of the bitmap.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
ClearPointer()
INTERNALS
HISTORY
13.02.1997 digulla
New functions